home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / chicken_.swf / scripts / frame_33 / DoAction.as
Text File  |  2008-11-12  |  219b  |  20 lines

  1. stop();
  2. frame = 1;
  3. if(total > 150)
  4. {
  5.    frame = 5;
  6. }
  7. else if(total > 120)
  8. {
  9.    frame = 4;
  10. }
  11. else if(total > 90)
  12. {
  13.    frame = 3;
  14. }
  15. else if(total > 60)
  16. {
  17.    frame = 2;
  18. }
  19. vluation_mc.gotoAndStop(frame);
  20.